home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 22
/
Cream of the Crop 22.iso
/
educate
/
schoolsh.zip
/
MAKDISKB.BAT
< prev
next >
Wrap
DOS Batch File
|
1995-10-12
|
2KB
|
63 lines
echo off
cls
echo.
echo You are about to create a backup disk what will incorporate the
echo.
echo entire HOME SCHOOLING program, and all of your saved records, if
echo.
echo any saved records presently exist. If this is what you want to
echo.
echo do, then place a blank floppy disk in your B:DRIVE, and press any
echo.
echo key to continue. All of the files in the SCHOOL1 directory will
echo.
echo be copied to your blank disk in the B:DRIVE.
echo.
echo If the HOME SCHOOLING program already exists on the disk in the
echo.
echo B:DRIVE, it is not necessary to use the MAKDISKB Batch file. You
echo.
echo can simply use the SAVEB Batch file, and complete the backing up of
echo.
echo your files much quicker. If you wish to abort this screen, taking no
echo.
echo action, just press the CTRL and C keys at the same time and answer Y
echo.
echo `TERMINATE BATCH JOB?' prompt.
pause
cls
ECHO.
ECHO.
ECHO.
ECHO.
ECHO.
ECHO.
ECHO.
ECHO NOW INSTALLING HOME SCHOOLING PROGRAM
ECHO.
ECHO.
ECHO PLEASE WAIT !!
ECHO.
ECHO.
ECHO OFF
COPY *.* B:\
CLS
ECHO.
ECHO.
ECHO.
ECHO.
ECHO.
ECHO.
echo The backup disk containing the entire program, has been created. Any
echo.
echo records that might have existed in the SCHOOL1 directory, have also
echo.
echo been transferred to that backup disk. Please remove the disk and keep
echo.
echo it in a safe place, after you ACCURATELY identify it with a label.
echo.
echo.
echo.
echo.
pause